#carouselgallery {
	width:904px;
	padding:20px;
	margin:110px auto 0 auto;
	overflow:hidden;
	background:#1c1c90;
}

#carouselgallery ul {
	margin:0;
	padding:0;
	overflow:hidden;
}

#carouselgallery ul li {
	width:210px;
	height:210px;
	margin:0 21px 0 0;
	padding:0;
	float: left;
}

.caroufredsel_wrapper {
	float:left !important;
}

#carouselgallery .pager {
    margin:30px auto 0 auto;
    text-align: center;
}

#carouselgallery .pager a {
    margin: 0 5px 0 0;
    text-decoration: none;
    display:inline-block;
    width:9px;
    height:9px;
    background: transparent url('../img/item.jpg') no-repeat;
    text-indent:-999em;
}
#carouselgallery .pager a.selected {
    text-decoration: underline;
    background: transparent url('../img/item-selected.jpg') no-repeat;
}